From 16aa7c4316ef4b964c314a37dc0815d0a52db04f Mon Sep 17 00:00:00 2001 From: Michael Fulbright Date: Wed, 10 Nov 1999 18:54:07 +0000 Subject: [PATCH] Make default loading speed 40kB/s. Dr Mike --- demos/testpixbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c index 534bef1965..63483f8291 100644 --- a/demos/testpixbuf.c +++ b/demos/testpixbuf.c @@ -489,7 +489,7 @@ progressive_updated_callback(GdkPixbufLoader* loader, guint x, guint y, guint wi return; } -static int readlen = 1; +static int readlen = 4096; int main (int argc, char **argv) -- 2.30.2